E.g. from the sample.html:
function addCwicEventHandlers() {
/**
* Add handlers for conversationStart and conversationIncoming events
*/
$('#phonecontainer')
.bind('conversationStart.cwic', handleConversationStart)
.bind('conversationIncoming.cwic', handleConversationIncoming)
/**
...
Comments
0 comments
Please sign in to leave a comment.