[WIP] Conference

This commit is contained in:
Isaac
2025-01-31 21:07:00 +04:00
parent 6f5a0c405c
commit 869d607c4a
16 changed files with 694 additions and 516 deletions

View File

@@ -325,6 +325,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
internalId: firstState.2.id,
peerId: firstState.2.peerId,
isOutgoing: false,
isIncomingConference: firstState.2.isConference,
peer: EnginePeer(firstState.1),
proxyServer: strongSelf.proxyServer,
auxiliaryServers: [],
@@ -572,6 +573,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
internalId: internalId,
peerId: peerId,
isOutgoing: true,
isIncomingConference: false,
peer: nil,
proxyServer: strongSelf.proxyServer,
auxiliaryServers: [],