Contents

broadcastStarted(withSetupInfo:)

Perform any required actions after starting a live broadcast.

Declaration

func broadcastStarted(withSetupInfo setupInfo: [String : NSObject]?)

Parameters

  • setupInfo:

    A dictionary supplied by the ReplayKit UI extension that contains any required setup information.

Discussion

ReplayKit calls this method when the the broadcasting app calls its startBroadcast(handler:) method.

See Also

Handling Sample Buffer Clips