public abstract int SwitchChannel(string token, string channelId, ChannelMediaOptions options);
 public abstract int JoinChannelWithUserAccount(string token, string channelId, string userAccount,
                                                ChannelMediaOptions options);
 public abstract int JoinChannel(string token, string channelId, string info, uint uid,
                                 ChannelMediaOptions options);