接口 NEMeetingItemLive

所有超级接口:
Serializable

public interface NEMeetingItemLive extends Serializable
会议直播设置,通过NEPreMeetingService.createMeetingItemLive() 创建
  • 方法详细资料

    • setEnable

      void setEnable(boolean enable)
      会议直播功能是否开启
      参数:
      enable -
    • isEnable

      boolean isEnable()
      获取会议直播功能是否开启
      返回:
    • hlsPullUrl

      String hlsPullUrl()
      hls 拉流地址
    • httpPullUrl

      String httpPullUrl()
      http 拉流地址
    • rtmpPullUrl

      String rtmpPullUrl()
      rtmp 拉流地址
    • liveUrl

      String liveUrl()
      直播地址
    • pushUrl

      String pushUrl()
      推流地址
    • chatRoomId

      String chatRoomId()
      直播聊天室id
    • liveAVRoomUids

      List<Integer> liveAVRoomUids()
      直播uid列表
    • liveChatRoomEnable

      boolean liveChatRoomEnable()
      直播web聊天室是否可用
    • state

      直播状态
    • taskId

      String taskId()
      任务id
    • title

      String title()
      直播标题
    • liveChatRoomIndependent

      boolean liveChatRoomIndependent()
      是否使用独立的直播聊天室,如果不使用独立的直播聊天室,那么使用会议的聊天室作为直播聊天室
      返回:
    • setLiveWebAccessControlLevel

      void setLiveWebAccessControlLevel(NEMeetingLiveAuthLevel liveAuthLevel)
      设置直播安全模式
      参数:
      liveAuthLevel -
    • getLiveWebAccessControlLevel

      NEMeetingLiveAuthLevel getLiveWebAccessControlLevel()
      获取直播安全模式
      返回: