Use legacy call screen when performing audio calls

This commit is contained in:
Ali
2020-07-06 18:38:31 +04:00
parent 401e4798fa
commit f5ca2503da
19 changed files with 1419 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ public final class PresentationCallImpl: PresentationCall {
public let internalId: CallSessionInternalId
public let peerId: PeerId
public let isOutgoing: Bool
private var isVideo: Bool
public var isVideo: Bool
public let peer: Peer?
private let serializedData: String?