Skip to content

Commit

Permalink
Server: fix buf for biz.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Mar 13, 2020
1 parent 3fba510 commit 803aecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/node/biz/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func getRPCForSFU(mid string) (string, *nprotoo.Requestor, *nprotoo.Error) {
if !found {
rpc = protoo.NewRequestor(rpcID)
protoo.OnBroadcast(eventID, handleSFUBroadCast)
rpcs[rpcID] = rpc
}
return nodeID, rpc, nil
}
Expand Down

0 comments on commit 803aecc

Please sign in to comment.