Skip to content

Instantly share code, notes, and snippets.

@zontan
Created November 5, 2020 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zontan/0d26fd09ed0cdb344276ca9b52eefc44 to your computer and use it in GitHub Desktop.
Save zontan/0d26fd09ed0cdb344276ca9b52eefc44 to your computer and use it in GitHub Desktop.
// Video SDK components
//var room: Room?
//var camera: CameraSource?
//var localVideoTrack: LocalVideoTrack?
//var localAudioTrack: LocalAudioTrack?
//var remoteParticipant: RemoteParticipant?
var remoteView: UIView?
// `VideoView` created from a storyboard
@IBOutlet weak var previewView: UIView!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment