Type alias NEMeetingItemSetting

NEMeetingItemSetting: {
    cloudRecordOn: boolean;
    controls: NEMeetingControl[];
    currentAudioControl: NEMeetingControl;
    currentVideoControl: NEMeetingControl;
}

Type declaration

  • cloudRecordOn: boolean

    Deprecated

    入会时云端录制开关,废弃,建议使用NEMeetingItem.cloudRecordConfig.enable替代

  • controls: NEMeetingControl[]

    成员音视频控制

  • currentAudioControl: NEMeetingControl

    当前用户音频控制

  • currentVideoControl: NEMeetingControl

    当前用户视频控制