{"id":4727,"date":"2021-12-06T14:48:49","date_gmt":"2021-12-06T06:48:49","guid":{"rendered":"https:\/\/www.enablex.io\/developer\/?page_id=4727"},"modified":"2022-04-11T13:35:52","modified_gmt":"2022-04-11T05:35:52","slug":"subscribing-remote-streams","status":"publish","type":"page","link":"https:\/\/doc.smartflomeet.ttns.in\/developer\/video-api\/client-api\/flutter-toolkit\/subscribing-remote-streams\/","title":{"rendered":"Subscribing Remote Streams: Flutter SDK &#8211; Video API"},"content":{"rendered":"\n<p>To receive media streams of other participants connected to a Room, you must subscribe to the streams individually. Unless you subscribe a stream, you will not receive anything.<\/p>\n\n\n\n<p><strong>Method<\/strong>: <code>static Future&lt;void&gt; subscribe(String streamId)<\/code><\/p>\n\n\n\n<p><strong>Parameters: <\/strong><\/p>\n\n\n\n<ul><li><code>@param String streamId<\/code> &#8211; Stream id to subscribe.<\/li><\/ul>\n\n\n\n<p><strong>Event Listener::<\/strong>  <code>onSubscribeStream-<\/code> to all participants that a Stream is taken off the Room.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">EnxRtc.onStreamAdded = (Map&lt;dynamic, dynamic&gt; map) {\n\tString streamId;\n\tsetState(() {\n\t\tstreamId = map['streamId'];\n\t});\n\tEnxRtc.subscribe(streamId);\n};\n\nEnxRtc.onSubscribedStream= (Map&lt;dynamic, dynamic&gt; map) {    \n};<\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<p>\u2190 <a href=\"..\/update-stream-configuration\/\"><\/a><a href=\"..\/update-stream-configuration\/\">Update Stream Configuration<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column\">\n<p class=\"has-text-align-center\"><a href=\"..\/\">Index<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column\">\n<p class=\"has-text-align-right\"><a href=\"..\/mute-subscriber-streams-audio\/\">Mute \/ Unmute Subscriber Streams Audio<\/a> \u2192<a href=\"\/developer\/how-to-use\/\"><\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>To receive media streams of other participants connected to a Room, you must subscribe to the streams individually. Unless you subscribe a stream, you will not receive anything. Method: static Future&lt;void&gt; subscribe(String streamId) Parameters: @param String streamId &#8211; Stream id to subscribe. Event Listener:: onSubscribeStream- to all participants that a Stream is taken off the Room. EnxRtc.onStreamAdded = (Map&lt;dynamic, dynamic&gt; map) { String streamId; setState(() { streamId = map[&#8216;streamId&#8217;]; });&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3755,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ub_ctt_via":""},"featured_image_src":null,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"featured":false,"featured-large":false},"uagb_author_info":{"display_name":"vcxdevwpadmin","author_link":"https:\/\/doc.smartflomeet.ttns.in\/developer\/author\/vcxdevwpadmin\/"},"uagb_comment_info":0,"uagb_excerpt":"To receive media streams of other participants connected to a Room, you must subscribe to the streams individually. Unless you subscribe a stream, you will not receive anything. Method: static Future&lt;void&gt; subscribe(String streamId) Parameters: @param String streamId &#8211; Stream id to subscribe. Event Listener:: onSubscribeStream- to all participants that a Stream is taken off the&hellip;","_links":{"self":[{"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/pages\/4727"}],"collection":[{"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/comments?post=4727"}],"version-history":[{"count":0,"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/pages\/4727\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/pages\/3755"}],"wp:attachment":[{"href":"https:\/\/doc.smartflomeet.ttns.in\/developer\/wp-json\/wp\/v2\/media?parent=4727"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}