Fixed host mark display logics
Showing
... | ... | @@ -34,8 +34,8 @@ |
<div class="collabo_btn"> | ||
<button class="collaboation_join_button" type="button" name="button" | ||
class="d-flex flex-row justify-content-center align-items-center" | ||
onclick="NativeBridgeDelegate.joinCollaboration('{{collaborationType}}', {{meetingId}})" {{#isEnded}} disabled | ||
{{/isEnded}}> | ||
onclick="NativeBridgeDelegate.joinCollaboration('{{collaborationType}}', {{meetingId}})" {{#isEnded}} | ||
disabled {{/isEnded}}> | ||
<img src="icon/icon_profile_phone_white.svg" alt="通話"> | ||
{{#isEnded}} | ||
<span class="collaboration_join_message">終了しました</span> | ||
Please
register
or
sign in
to reply
|
||
... | ... |