PWErrorCode Constants Reference

Declared in PWErrorCode.h

PWErrorCode

ProRTC framework error codes.

Definition

typedef NS_ENUM(NSInteger, PWErrorCode ) {
   PWErrorCodeClosedAbnormally,
   PWErrorCodeRoomLocked,
   PWErrorCodeRoomFull,
};

Constants

PWErrorCodeClosedAbnormally

Server is disconnected or not responding

Declared In PWErrorCode.h.

PWErrorCodeRoomLocked

Client attempted to join room which is locked by room owner

Declared In PWErrorCode.h.

PWErrorCodeRoomFull

Client attempted to join room which is full

Declared In PWErrorCode.h.

Declared In

PWErrorCode.h