pauseSnapsToMediaTimeOfOriginator
A Boolean value that indicates whether participants mirror the originator’s stop time when they pause.
Declaration
var pauseSnapsToMediaTimeOfOriginator: Bool { get set }Discussion
If this value is true, all participants seek to the originator’s stop time after they pause. Use this setting if it counteracts network delays that result from communicating the originator’s pause state to the other participants.
If this value is false, it’s acceptable for participants to stop at slightly different times, and a pause doesn’t cause the time of other participants to jump back.