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 90ae985 commit 20e5dfcCopy full SHA for 20e5dfc
pkg/conference/peer_message_processor.go
@@ -89,6 +89,8 @@ func (c *Conference) processDataChannelMessage(participant *Participant, msg pee
89
return
90
}
91
92
+ // FIXME: We should be able to do
93
+ // focusEvent.Content.ParseRaw(focusEvent.Type) but it throws an error.
94
switch focusEvent.Type.Type {
95
case event.FocusCallTrackSubscription.Type:
96
focusEvent.Content.ParseRaw(event.FocusCallTrackSubscription)
0 commit comments