ion-sdk-flutter icon indicating copy to clipboard operation
ion-sdk-flutter copied to clipboard

Flutter web support & cast

Open surveshoeb opened this issue 5 years ago • 2 comments

Flutter Web

It would be nice if it directly supports flutter web

Flutter Android/iOS

How can I share my mobile screen between peers?

surveshoeb avatar May 12 '20 06:05 surveshoeb

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.

cloudwebrtc avatar Jul 13 '20 23:07 cloudwebrtc

  • 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.

surveshoeb avatar Jul 14 '20 07:07 surveshoeb