|
iOS SDK API Reference
|
#import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| class | SKWRoom |
| Room base class. More... | |
Typedefs | |
| typedef void(^ | SKWRoomEventCallback) (NSObject *__nullable arg) |
| Room Event Callback signature. | |
| enum SKWRoomEventEnum |
Room events.
| Enumerator | |
|---|---|
| SKW_ROOM_EVENT_STREAM | MediaStream received from peer in the room. |
| SKW_ROOM_EVENT_REMOVE_STREAM | MediaStream removed from peer in the room. (deprecated)
|
| SKW_ROOM_EVENT_OPEN | Room is ready. |
| SKW_ROOM_EVENT_CLOSE | Fired when the Peer left the room, or the connection with the SFU server was disconnected. |
| SKW_ROOM_EVENT_PEER_JOIN | New peer has joined. |
| SKW_ROOM_EVENT_PEER_LEAVE | A peer has left. |
| SKW_ROOM_EVENT_ERROR | Error occured. |
| SKW_ROOM_EVENT_DATA | Data received from peer. |
| SKW_ROOM_EVENT_LOG | Room's log received. |
1.8.17