Exemplo n.º 1
0
 public System.Collections.Generic.Dictionary <int, YoYoStudio.Model.Chat.MicStatusMessage> GetMicUsers(int roomId, YoYoStudio.Model.Chat.MicType micType)
 {
     return(base.Channel.GetMicUsers(roomId, micType));
 }
Exemplo n.º 2
0
 public void DownMic(int roomId, YoYoStudio.Model.Chat.MicType micType, int index)
 {
     base.Channel.DownMic(roomId, micType, index);
 }
Exemplo n.º 3
0
 public void ToggleVideo(int roomId, YoYoStudio.Model.Chat.MicType micType)
 {
     base.Channel.ToggleVideo(roomId, micType);
 }
Exemplo n.º 4
0
 public void OnMic(int roomId, YoYoStudio.Model.Chat.MicType micType, int suggestedIndex)
 {
     base.Channel.OnMic(roomId, micType, suggestedIndex);
 }