screen share in mod_verto is not working

Status
Not open for further replies.

nddeshmukh16

New Member
Jun 29, 2020
1
0
1
35
We can establish an audio/video calls between two Freeswitch extension (4 digit extensions), using two webRTC browser clients – the mod_verto module is used for the call signaling.
When trying to share a screen mid-call using a transfer dialplan the called party receives a new call which is answered but the session is not established.


Screen share dialplan snippet :

<extension name="screen_sharing">
<condition field="destination_number" expression="^(\d{4})-screen$">
<action application="set" data="effective_caller_id_number=${caller_id_number}-screen"/>
<action application="transfer" data="$1 XML default"/>
</condition>
</extension>


PS: We are using https://github.com/signalwire/freeswitch/tree/master/html5/verto/verto_communicator as the client.
 
Status
Not open for further replies.