{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
155 } 156 } else if (data.type === "SEND_HOST_CHANGE_SIGNAL") { 157 if(g_username == data.payload.name){ 158 fw.sendToMsg('others', 'SEND_HOST_CHANGE_DONE_SIGNAL', {host: g_username}); 159 $(".coview_on_media_image_crown").show(); 160 $(".coview_on_screen_btn.owner").show(); 161 $("#coviewShareMoreButton").show(); 162 $(".coview_share_title_right_area").show(); 163 g_isMainMan = true; 164 g_isMainManUsername = g_username; 165 //g_agentID = g_username; 166 options.constraints = { audio: true, video: true }; 167 g_localStream = await createLocalVideo (options.constraints); 168 ChangeAgentStream(g_localStream); 169 $('[id^="video-"]').css('display','none'); 170 SwitchMainVideoPosition("agent"); -
Developer
indent?
-
-
-
-
merged
Toggle commit list