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