VOICE CONFERENCE
 
VaxVoIP Extended SDK v2 supports Voice Conferencing. In Voice Conferencing Three or more Persons can have voice conversation simultaneously, over the Direct IP-to-IP connection. During the voice conferencing, all of them speak and listen each other in real time.
In Voice Conferencing, two persons start the voice conversation and during the conversation any of them can add more and more persons into the conversation to have voice conference.
 
 
 
 Steps to initiate the Voice Conference:
  - Person A, B & C execute the application containing the VaxVoIPEx component.
  - Person A starts the voice conversation to person B.
  - Person A & B successfully connected and having voice conversation.
  - During the conversation, Person A or Person B sends Add Conversation request to Person C.
  - Person C accepts Add Conversation request and is successfully added into the conversation.
  - All of them having conference using headphones/speakers and microphone.
 Sequence of Method Calls:
 
PERSON A PERSON B PERSON C
Initialize Initialize Initialize
Connect    
OnStatusEvent: 51
(51 = CONNECTING)
OnConnectionEvent  
  AcceptIncomingCall  
  OnStatusEvent: 51
(51 = CONNECTING)
 
 OnStatusEvent: 53
(53 = CONNECTED)
OnStatusEvent: 53
(53 = CONNECTED)
 
Successfully connected and having Voice Conversation  
  AddInConf  
  OnStatusEvent: 59
(59 = ADDING)
OnAddConferenceEvent
    AcceptAddInConf
    OnStatusEvent: 59
(59 = ADDING)
  OnStatusEvent: 60
(60 = ADDED)
OnStatusEvent: 60
(60= ADDED)
OnStatusEvent: 60
(60 = ADDED)
  OnStatusEvent: 60
(60 = ADDED)
Successfully added and all of them having Voice Conference

 

 * For more information about methods, see the Method Details Document *