ionorg / ion-sdk-go

ion sdk for golang
MIT License
55 stars 46 forks source link

Custom OnTrack not triggered #4

Closed tomsun closed 3 years ago

tomsun commented 3 years ago

Client.OnTrack exists in the interface https://github.com/pion/ion-sdk-go/blob/5d08b8a039c64d301d42ca93d345e612ea90a6ab/client.go#L34-L35

...but looks like the intended trigger is commented here: https://github.com/pion/ion-sdk-go/blob/5d08b8a039c64d301d42ca93d345e612ea90a6ab/client.go#L135-L137

Plans to enable it?

adwpc commented 3 years ago

Yes we can

tomsun commented 3 years ago

Nice, thank you @adwpc !