Skip to content

Commit

Permalink
fix: Add statsId missing in logs (colibri2). (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Apr 15, 2022
1 parent 341f15a commit 3a90ccd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ class Colibri2ConferenceHandler(
)
val sourceNames = c2endpoint.hasCapability(Capability.CAP_SOURCE_NAME_SUPPORT)
conference.createLocalEndpoint(c2endpoint.id, transport.iceControlling, sourceNames).apply {
c2endpoint.statsId?.let {
statsId = it
}
transport.sctp?.let { sctp ->
if (!SctpConfig.config.enabled) {
throw IqProcessingException(
Expand Down

0 comments on commit 3a90ccd

Please sign in to comment.