ion-sdk-flutter
ion-sdk-flutter copied to clipboard
Flutter web support & cast
Flutter Web
It would be nice if it directly supports flutter web
Flutter Android/iOS
How can I share my mobile screen between peers?
Flutter Web It would be nice if it directly supports flutter web
Currently supports flutter web.
Flutter Android/iOS How can I share my mobile screen between peers?
Yes.
- For sharing, I need to disconnect the client and reconnect the client with screen value true
_client .publish(true, true, false, 'vp8', '512', 'fullhd')
Is there any other method to do it?
- It tried to run the sample code on the web, the connection won't happen.