Classes
The following classes are available globally.
-
A class that provides methods for a host and participants to stream and receive media during a live event.
Since
1.0.0Declaration
Swift
public class LiveEvent : EventDelegate
-
Declaration
Swift
public class LiveEventListQuery
-
Declaration
Swift
public class Host : Codable, LiveUser
-
Declaration
Swift
public class Participant : Codable, LiveUser
-
Undocumented
See moreDeclaration
Swift
public class SendbirdVideoView : RTCMTLVideoView
-
A singleton class that serves as the basis for all functionalities in Sendbird Live. This class can be initialized with an application ID and provides methods to authenticate, create, and retrieve a live event object.
Since
1.0.0Declaration
Swift
public class SendbirdLive