join()
info
join(<options>) method must be called after the init() method
When autoJoin is set to false then we can also use the join method to join the participant to the meeting.
frame.join({
name: "James Bond"
})
Joining the meeting by specifying the name.
frame.join({
accessToken: "..."
})
Joining the meeting by specifying the accessToken
Learn more about generating accessToken.
You can read here to learn more on to create a an accessToken.