MuxLive

public class MuxLive : NSObject

MuxLive, a live video streaming SDK for iOS

  • Singleton (if desired)

    Declaration

    Swift

    public static let shared: MuxLive
  • Initializer

    Declaration

    Swift

    public override init()
  • Start broadcast

    Declaration

    Swift

    public func start(withStreamKey streamKey: String)
  • Stop broadcast

    Declaration

    Swift

    public func stop()
  • Undocumented

    Declaration

    Swift

    public func liveSession(_ session: LFLiveSession?, debugInfo: LFLiveDebug?) -> <<error type>>
  • Undocumented

    Declaration

    Swift

    public func liveSession(_ session: LFLiveSession?, liveStateDidChange state: LFLiveState) -> <<error type>>
  • Undocumented

    Declaration

    Swift

    public func liveSession(_ session: LFLiveSession?, errorCode: LFLiveSocketErrorCode) -> <<error type>>