We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54625af commit 62a3b0dCopy full SHA for 62a3b0d
submodules/TelegramVoip/Sources/GroupCallContext.swift
@@ -899,6 +899,7 @@ public final class OngoingGroupCallContext {
899
}
900
return OngoingGroupCallRequestedVideoChannel(
901
audioSsrc: channel.audioSsrc,
902
+ userId: channel.peerId,
903
endpointId: channel.endpointId,
904
ssrcGroups: channel.ssrcGroups.map { group in
905
return OngoingGroupCallSsrcGroup(
0 commit comments