程序包 rtc

接口 Room.Listener

封闭类:
Room

public static interface Room.Listener
房间回调接口类 房间回调接口定义了房间对象操作的异步返回,房间通知,房间指示。
  • 方法详细资料

    • onJoinResult

      void onJoinResult(int result)
      加入房间操作异步返回
    • onLeaveIndication

      void onLeaveIndication(int reason, String fromId)
      指示用户离开房间
    • onPublicData

      void onPublicData(byte[] data, int len, String fromId)
      透明通道,接收到广播数据通知
    • onPrivateData

      void onPrivateData(byte[] data, int len, String fromId)
      透明通道,接收到私有数据通知
    • onAppDataNotify

      void onAppDataNotify(String key, String value)
      房间应用层数据更改通知
    • onRoomStatusNotify

      void onRoomStatusNotify(RoomInfo.RoomStatus status)
      房间状态通知
    • onConnectionStatus

      void onConnectionStatus(Room.ConnectionStatus status)
      房间网络状态通知
    • onOutgoingInviteStatusNotify

      void onOutgoingInviteStatusNotify(int type, String roomId, String addr, int status, String amsg)
      sip邀请状态通知
    • onStreamKeepAliveTimeoutNotify

      void onStreamKeepAliveTimeoutNotify(String userId, String userName, int mediaType, String deviceId, int ssrc)
      媒体流推送失败通知
      参数:
      userId - 媒体流的用户ID
      userName - 媒体流的用户名
      mediaType - 媒体流的类型, 1:video; 2:audio; 3:screen
      deviceId - 媒体流的设备ID
      ssrc - 媒体流的ssrc