-
-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hey guys, if someone could help me with this.
I'm building a service that records audio and video tracks in a WebRTC conference room using the Go programming language and the WebRTC SDK. However, I'm experiencing an issue where the ontrackevent is not being triggered when a new screen is shared in the room. This is preventing me from being able to determine which participant shared the screen.
I have verified that the screen share track is being added to the peer connection and that it has the correct kind and label properties. I have also checked for errors or exceptions that might be thrown when the track is added, but I have not found any. I'm not sure what else could be causing the ontrackevent to not trigger. Any help with this issue would be greatly appreciated.
ion-sdk-go version:
commit: 62ecbcc
Merge: 12e32a5 319347a
Author: adwpc [email protected]
Date: Mon Jul 11 10:45:23 2022 +0800
Merge pull request #71 from aspnair/master
ion-sfu-rtp example
go version
go version go1.18.1 darwin/arm64
ion version
commit: 17b4053c092cc839844c103c9e09d00829eabf70
Author: Pang [email protected]
Date: Mon Jul 11 10:02:05 2022 +0800
fix: docker-start-services support multi-times execute (#610)