<buttonng-click="answerCall()"ng-disabled="!isWebRTCSupported"title="{{isWebRTCSupported ? '' : 'Your browser does not support VoIP' }}">Answer {{ currentCall.type }} call</button>
stream_failure:undefined,// the response when the stream fails
waiting_for_joined_event:false,// true when the join request is pending. Back to false once the corresponding m.room.member event is received
messages_visibility:"hidden",// In order to avoid flickering when scrolling down the message table at the page opening, delay the message table display
webRTCSupported:isWebRTCSupported()// true if the browser does not support WebRTC
title ="{{ !state.webRTCSupported ? 'VoIP requires webRTC but your browser does not support it' : (memberCount() == 2 ? '' : 'VoIP calls can only be made in rooms with two participants') }}"
title ="{{ !isWebRTCSupported ? 'VoIP requires webRTC but your browser does not support it' : (memberCount() == 2 ? '' : 'VoIP calls can only be made in rooms with two participants') }}"
title ="{{ !state.webRTCSupported ? 'VoIP requires webRTC but your browser does not support it' : (memberCount() == 2 ? '' : 'VoIP calls can only be made in rooms with two participants') }}"
title ="{{ !isWebRTCSupported ? 'VoIP requires webRTC but your browser does not support it' : (memberCount() == 2 ? '' : 'VoIP calls can only be made in rooms with two participants') }}"