You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we dial a number, we also want to include the company's display name, as shown in the mobile version.
But the display name "o_uri_to" is always null; how can we can update the name?
When we dial a number, we also want to include the company's display name, as shown in the mobile version.
But the display name "o_uri_to" is always null; how can we can update the name?
oConfigCall = {
display_name: 'I Am Legend', // optional
audio_remote: audioRemote,
video_remote: viewVideoRemote,
screencast_window_id: 0x00000000, // entire desktop
bandwidth: { audio: undefined },
events_listener: { events: '*', listener: onSipEventSession },
sip_caps: [
{ name: '+g.oma.sip-im' },
{ name: 'language', value: '"en,fr"' }
]
};
The text was updated successfully, but these errors were encountered: