Setting the file. One moment.
Skill 142 · Zoom Video SDK Flutter
Subchapter 142.8
examples/session-join-pattern.mdMarkdown466 BView on GitHub
JoinSessionConfig.joinSession.final joinConfig = JoinSessionConfig(
sessionName: 'my-session',
token: '<VIDEO_SDK_JWT>',
userName: 'Mobile User',
audioOptions: {'connect': true, 'mute': true},
videoOptions: {'localVideoOn': true},
);
await zoom.joinSession(joinConfig);