Skip to content

Commit 3a90ccd

Browse files
authored
fix: Add statsId missing in logs (colibri2). (#1865)
1 parent 341f15a commit 3a90ccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jvb/src/main/kotlin/org/jitsi/videobridge/colibri2/Colibri2ConferenceHandler.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ class Colibri2ConferenceHandler(
165165
)
166166
val sourceNames = c2endpoint.hasCapability(Capability.CAP_SOURCE_NAME_SUPPORT)
167167
conference.createLocalEndpoint(c2endpoint.id, transport.iceControlling, sourceNames).apply {
168+
c2endpoint.statsId?.let {
169+
statsId = it
170+
}
168171
transport.sctp?.let { sctp ->
169172
if (!SctpConfig.config.enabled) {
170173
throw IqProcessingException(

0 commit comments

Comments
 (0)