Skip to content

Commit 62a3b0d

Browse files
committed
fix typo
1 parent 54625af commit 62a3b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

submodules/TelegramVoip/Sources/GroupCallContext.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ public final class OngoingGroupCallContext {
899899
}
900900
return OngoingGroupCallRequestedVideoChannel(
901901
audioSsrc: channel.audioSsrc,
902+
userId: channel.peerId,
902903
endpointId: channel.endpointId,
903904
ssrcGroups: channel.ssrcGroups.map { group in
904905
return OngoingGroupCallSsrcGroup(

0 commit comments

Comments
 (0)