iOS SDK API Reference

Classes | Typedefs | Enumerations
SKWRoom.h File 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.
 

Enumerations

enum  SKWRoomEventEnum {
  SKW_ROOM_EVENT_STREAM, SKW_ROOM_EVENT_REMOVE_STREAM, SKW_ROOM_EVENT_OPEN, SKW_ROOM_EVENT_CLOSE,
  SKW_ROOM_EVENT_PEER_JOIN, SKW_ROOM_EVENT_PEER_LEAVE, SKW_ROOM_EVENT_ERROR, SKW_ROOM_EVENT_DATA,
  SKW_ROOM_EVENT_LOG
}
 Room events.