Skip to content

Commit 20e5dfc

Browse files
committed
Add FIXME
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 90ae985 commit 20e5dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/conference/peer_message_processor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ func (c *Conference) processDataChannelMessage(participant *Participant, msg pee
8989
return
9090
}
9191

92+
// FIXME: We should be able to do
93+
// focusEvent.Content.ParseRaw(focusEvent.Type) but it throws an error.
9294
switch focusEvent.Type.Type {
9395
case event.FocusCallTrackSubscription.Type:
9496
focusEvent.Content.ParseRaw(event.FocusCallTrackSubscription)

0 commit comments

Comments
 (0)