Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AgoraRteCustomMessage

AgoraRteCustomMessage: { fromUser: AgoraRteUser; payload: AgoraRteCustomMessagePayload }

Type declaration

AgoraRteCustomMessageObserver

AgoraRteCustomMessageObserver: { onReceiveChannelMessage: any; onReceivePeerMessage: any }

Type declaration

AgoraRteCustomMessagePayload

AgoraRteCustomMessagePayload: { cmd: string; data: any }

Type declaration

  • cmd: string
  • data: any