ionorg / ion-sdk-go

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

Fix PublishWebm call in example #27

Closed bethrezen closed 3 years ago

bethrezen commented 3 years ago

The call of PublishWebm changed and now needs two extra parameters - for saving audio & video tracks. Add them for simple example to build and work.

leewardbound commented 3 years ago

Thank you! I noticed we needed this fix as well recently, we really appreciate your sending a PR!