CmdChannel Usage?

Description
In the new changelog of the Desktop Video SDK, there’s a new interface IZoomVideoSDKCmdChannel/ZMVideoSDKCmdChannel. Could someone elaborate/enumerate on all the possible commands that this feature enables?
Which Desktop Video SDK version?
1.2.0
Context
I’m looking for some specific features that were not yet in the previous sdk versions – curious to see if this would help with my use cases.

Hi @hung, thanks for the post.

The command channel does not have any predefined commands. It is a way for you to send your own commands or data to other participants in the same session, which you can then respond to through the onCommandReceived callback. Since this feature is completely open-ended, you are free to create whatever commands may suit your use case.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.