class  ChangeParam
 

Public 成员函数

JCMediaDeviceVideoCanvas startVideo (JCMediaDeviceRenderMode mode, JCMediaChannelPictureSize pictureSize)
 
void stopVideo ()
 
string toString ()
 

属性

string userId [get, set]
 
string renderId [get, set]
 
bool sipTalking [get, set]
 
string displayName [get, set]
 
JCMediaChannelVolumeStatus volumeStatus [get, set]
 
JCMediaChannelParticipantType type [get, set]
 
bool creator [get]
 
int role [get, set]
 
JCMediaChannelCustomRole customRole [get]
 
int state [set]
 
JCMediaChannelCustomState customState [get]
 
bool audio [get, set]
 
bool video [get, set]
 
JCMediaChannelPictureSize pictureSize [get, set]
 
bool desktopShare [get, set]
 
JCMediaChannelNetworkStatus networkStatus [get, set]
 
bool isSelf [get]
 
bool audioSubscribe [get]
 

详细描述

多方通话成员

成员函数说明

◆ startVideo()

JCMediaDeviceVideoCanvas JCSDK.JCMediaChannel.JCMediaChannelParticipant.startVideo ( JCMediaDeviceRenderMode  mode,
JCMediaChannelPictureSize  pictureSize 
)

开始渲染视频对象

参数
type渲染模式:
pictureSize视频请求级别:
返回
视频对象

◆ stopVideo()

void JCSDK.JCMediaChannel.JCMediaChannelParticipant.stopVideo ( )

停止渲染视频对象

◆ toString()

string JCSDK.JCMediaChannel.JCMediaChannelParticipant.toString ( )

字符串信息

返回
返回 JCMediaChannel 实例信息

属性说明

◆ audio

bool JCSDK.JCMediaChannel.JCMediaChannelParticipant.audio
getset

是否开启了语音

  • true: 已开启
  • false: 未开启

◆ audioSubscribe

bool JCSDK.JCMediaChannel.JCMediaChannelParticipant.audioSubscribe
get

是否订阅了该成员的音频

  • true:订阅
  • false:未订阅

◆ creator

bool JCSDK.JCMediaChannel.JCMediaChannelParticipant.creator
get

是否是创建者

◆ customRole

JCMediaChannelCustomRole JCSDK.JCMediaChannel.JCMediaChannelParticipant.customRole
get

获得自定义角色值

◆ customState

JCMediaChannelCustomState JCSDK.JCMediaChannel.JCMediaChannelParticipant.customState
get

获得自定义状态值

◆ desktopShare

bool JCSDK.JCMediaChannel.JCMediaChannelParticipant.desktopShare
getset

是否开启屏幕共享

◆ displayName

string JCSDK.JCMediaChannel.JCMediaChannelParticipant.displayName
getset

昵称

◆ isSelf

bool JCSDK.JCMediaChannel.JCMediaChannelParticipant.isSelf
get

是不是自己

  • true: 是自己
  • false: 不是自己

◆ networkStatus

JCMediaChannelNetworkStatus JCSDK.JCMediaChannel.JCMediaChannelParticipant.networkStatus
getset

网络状态

  • Disconnected : 无
  • VeryBad : 非常差
  • Bad : 差
  • Normal : 一般
  • Good : 好
  • VeryGood : 非常好

◆ pictureSize

JCMediaChannelPictureSize JCSDK.JCMediaChannel.JCMediaChannelParticipant.pictureSize
getset

图像尺寸

◆ renderId

string JCSDK.JCMediaChannel.JCMediaChannelParticipant.renderId
getset

渲染标识

用于 JCMediaDevicestartVideo 渲染视频使用

◆ role

int JCSDK.JCMediaChannel.JCMediaChannelParticipant.role
getset

角色

◆ sipTalking

bool JCSDK.JCMediaChannel.JCMediaChannelParticipant.sipTalking
getset

是否通过Sip接通

  • true: 已接通
  • false: 未接通

◆ state

int JCSDK.JCMediaChannel.JCMediaChannelParticipant.state
set

状态

◆ type

JCMediaChannelParticipantType JCSDK.JCMediaChannel.JCMediaChannelParticipant.type
getset

频道成员类型

◆ userId

string JCSDK.JCMediaChannel.JCMediaChannelParticipant.userId
getset

用户标识

◆ video

bool JCSDK.JCMediaChannel.JCMediaChannelParticipant.video
getset

是否开启了视频

  • true: 已开启
  • false: 未开启

◆ volumeStatus

JCMediaChannelVolumeStatus JCSDK.JCMediaChannel.JCMediaChannelParticipant.volumeStatus
getset

音量状态


该类的文档由以下文件生成:
  • JCSDK/JCSDK/JCMediaChannel/JCMediaChannelParticipant.cs
最后更新时间: 2021/11/9 17:34:32