Uses of Class
com.hoiio.sdk.objects.voice.Conference

Packages that use Conference
com.hoiio.sdk.services   
 

Uses of Conference in com.hoiio.sdk.services
 

Methods in com.hoiio.sdk.services that return Conference
 Conference VoiceService.createConference(List<String> dests)
          Dials out to a list of destination numbers and place them together in a conference call.
 Conference VoiceService.createConference(List<String> dests, String room, String callerId, String tag, String notifyUrl)
          Dials out to a list of destination numbers and place them together in a conference call.
 Conference VoiceService.createConference(String dest)
          Dials out to a list of destination numbers and place them together in a conference call.
 Conference VoiceService.createConference(String dest, String room, String callerId, String tag, String notifyUrl)
          Dials out to a list of destination numbers and place them together in a conference call.