string CallRoomById(string id)
Calls a room by ID. Trust Level Required: Medium
Parameters
Name | Description |
id | The room ID. |
Return
A JSON encoded KioVidyoResult object: { int errCode (0 means success), string msg }
Calls a room by ID. Trust Level Required: Medium
Name | Description |
id | The room ID. |
A JSON encoded KioVidyoResult object: { int errCode (0 means success), string msg }