-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Labels
bugBugBug
Description
I am joining the meeting as moderator. but i am unable to unlock the meeting. why?
Sample code:
const newMeeting = await webex.meetings.create('https://meet1574.webex.com/meet1574/j.php?MTID=m17c1f206cf5f34964cbd31282110dc1b', 'MEETING_LINK');
const joinedMeeting = await newMeeting.joinWithMedia({
joinOptions: {
moderator: true,
},
mediaOptions: {
allowMediaInLobby: true,
...(localStreams && {localStreams}),
audioEnabled: true,
videoEnabled: true,
shareVideoEnabled: true,
shareAudioEnabled: true,
}
});
await newMeeting.unlockMeeting()
i am getting the error like: 'Unlock not allowed, due to joined property.'
Metadata
Metadata
Assignees
Labels
bugBugBug