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.0
    See more

    Declaration

    Swift

    public class LiveEvent : EventDelegate
  • A query class that provides queries used to retrieve a list of live events.

    • since; 1.0.0
    See more

    Declaration

    Swift

    public class LiveEventListQuery
  • A class that provides general information about a host in a live event.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public class Host : Codable, LiveUser
  • A class that provides general information about a participant in a live event.

    Since

    1.0.0
    See more

    Declaration

    Swift

    public class Participant : Codable, LiveUser
  • Undocumented

    See more

    Declaration

    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.0
    See more

    Declaration

    Swift

    public class SendbirdLive