Merge commit '810362a4f6bef5d800376c1176dab321393ea269'

This commit is contained in:
Ali 2022-02-26 02:22:14 +04:00
commit 9440535f82

View File

@ -2611,7 +2611,7 @@ private extension GroupCallParticipantsContext.Participant.VideoDescription {
}
}
public struct GroupCallStreamCredentials {
public struct GroupCallStreamCredentials : Equatable {
public var url: String
public var streamKey: String
}