Upgrade call to video call

This commit is contained in:
Ali
2020-07-10 21:44:42 +04:00
parent 5e7f2662c6
commit b899586f15
13 changed files with 238 additions and 71 deletions

View File

@@ -106,6 +106,7 @@ public protocol PresentationCall: class {
func toggleIsMuted()
func setIsMuted(_ value: Bool)
func requestVideo()
func acceptVideo()
func setOutgoingVideoIsPaused(_ isPaused: Bool)
func switchVideoCamera()
func setCurrentAudioOutput(_ output: AudioSessionOutput)