Commit fc666dc2 by Sai Sebastian

Update UUID

parent f2932a82
......@@ -64,7 +64,7 @@ class ZoomView extends ZoomPlatform {
optionMap.putIfAbsent("viewOptions", () => options.viewOptions);
optionMap.putIfAbsent("noAudio", () => options.noAudio);
optionMap.putIfAbsent("zoomAccessToken",()=>options.zoomAccessToken);
optionMap.putIfAbsent("jwtSignature",()=>options.jwtSignature);
return await channel
.invokeMethod<bool>('join', optionMap)
.then<bool>((bool? value) => value ?? false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment