Merge branch 'master' into experimental-2

This commit is contained in:
Ali
2021-01-29 11:27:50 +05:00
13 changed files with 452 additions and 183 deletions

View File

@@ -314,6 +314,8 @@ public protocol PresentationGroupCall: class {
var incomingVideoSources: Signal<[PeerId: UInt32], NoError> { get }
func makeIncomingVideoView(source: UInt32, completion: @escaping (PresentationCallVideoView?) -> Void)
func loadMoreMembers(token: String)
}
public protocol PresentationCallManager: class {