Skip to content

How to unlock the meeting. #4405

@Thesiva7

Description

@Thesiva7

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions