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 e35ae49 commit cf87035Copy full SHA for cf87035
stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/sorting/DefaultSortOrder.kt
@@ -74,8 +74,8 @@ private fun onlyIfInvisibleOrUnknown(
74
private fun participantSourceRank(s: ParticipantSource): Int = when (s) {
75
ParticipantSource.PARTICIPANT_SOURCE_RTMP -> 0
76
ParticipantSource.PARTICIPANT_SOURCE_WHIP -> 1
77
+ ParticipantSource.PARTICIPANT_SOURCE_RTSP -> 2
78
+ ParticipantSource.PARTICIPANT_SOURCE_SRT -> 3
79
+ ParticipantSource.PARTICIPANT_SOURCE_WEBRTC_UNSPECIFIED -> 4
80
ParticipantSource.PARTICIPANT_SOURCE_SIP -> 2
- ParticipantSource.PARTICIPANT_SOURCE_RTSP -> 3
- ParticipantSource.PARTICIPANT_SOURCE_SRT -> 4
- ParticipantSource.PARTICIPANT_SOURCE_WEBRTC_UNSPECIFIED -> 5
81
}
0 commit comments