opentok / opentok-windows-sdk-samples

Sample applications illustrating best practices using OpenTok Windows SDK
MIT License
9 stars 29 forks source link

Render video windows forms #32

Closed mavbcn closed 1 year ago

mavbcn commented 3 years ago

Hi, How can we render video in windows forms? I see all the samples are with WPF thanks

michaeljolley commented 3 years ago

@slorello89 have you tried this at all?

v-kpheng commented 1 year ago

Apologies for the belated reply. Yes, @mavbcn, that should be possible and we'll work on this.

cc'ing @sergioturgil-vonage, in case I'm mistaken.

sergioturgil-vonage commented 1 year ago

Hi. Yes it's possible. I'm sorry we have no sample yet in the repo. I'll try to add more and better samples for windows during Q4. For now you can check the test app we use:

https://github.com/opentok/native-sdk-src/tree/develop/project/windows/OpenTok/test-app/OpenTokWinFormsSample

Of course since the only difference is the VideoRenderer and the dispatcher this can also be provided by customer themselves if thy prefer. Bye!

v-kpheng commented 1 year ago

Thanks, @sergioturgil-vonage 🙏

I'll add this to our backlog: https://jira.vonage.com/browse/OPENTOK-49645.

sergioturgil-vonage commented 1 year ago

I've uploaded a very simple BasicVideoChat app that uses winforms and version 2.24.0 Also made some small changes to the regular WPF BasicVideoChat including the version upgrad, removing x86 support (as it's no longer provided) and removing some deprecated calls.

v-kpheng commented 1 year ago

Awesome! Thanks, @sergioturgil-vonage!

Closing.