Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 572 Bytes

ClientServerOpCodes.MD

File metadata and controls

14 lines (12 loc) · 572 Bytes

Opcodes that and their uses

Response based

  • success response for joining as speaker -> you-are-now-a-speaker
  • success response for creating a room -> room-created
  • success response for getting recv tracks -> @get-recv-tracks-done
  • success response for closing a consumer -> close_consumer
  • success response for a new peer speaker -> new-peer-speaker
  • success response for leaving a room -> you_left_room

Errors

  • Issue joining a room -> "issue_joining_room"
  • Issue blocking a user -> "issue_blocking_user"
  • Issue creating a room -> "issue_creating_room"