Edm Posted October 9, 2022 Share Posted October 9, 2022 good day, can i disable video in Publish ? (audio only) Link to comment Share on other sites More sharing options...
0 Selim Posted October 11, 2022 Share Posted October 11, 2022 Hi @Edm, Thank you for asking this question. I'm working on this issue. I will update you on this issue. Best Regards, Selim Link to comment Share on other sites More sharing options...
0 Selim Posted October 13, 2022 Share Posted October 13, 2022 Hi @Edm, I hope, you're well. I just checked Flutter SDK for you. I saw that you may try like as below: if (_localStream != null) { // if (_localStream == null) throw Exception('Stream is not initialized'); final videoTrack = _localStream! .getVideoTracks() .firstWhere((track) => track.kind == 'video'); videoTrack.enabled = false; } You can send only audio as above usage. I hope, I could help you. Best Regards, Selim Link to comment Share on other sites More sharing options...
Question
Edm
good day, can i disable video in Publish ? (audio only)
Link to comment
Share on other sites
Top Posters For This Question
2
1
Popular Days
Oct 9
1
Oct 11
1
Oct 13
1
Top Posters For This Question
Selim 2 posts
Edm 1 post
Popular Days
Oct 9 2022
1 post
Oct 11 2022
1 post
Oct 13 2022
1 post
2 answers to this question
Recommended Posts