Skip to content

Commit

Permalink
Add FIXME
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Dec 12, 2022
1 parent 90ae985 commit 20e5dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/conference/peer_message_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ func (c *Conference) processDataChannelMessage(participant *Participant, msg pee
return
}

// FIXME: We should be able to do
// focusEvent.Content.ParseRaw(focusEvent.Type) but it throws an error.
switch focusEvent.Type.Type {
case event.FocusCallTrackSubscription.Type:
focusEvent.Content.ParseRaw(event.FocusCallTrackSubscription)
Expand Down

0 comments on commit 20e5dfc

Please sign in to comment.