|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IpSubConfCallConnection
The subconference is an additional grouping mechanism within a conference. Parties (legs) that are in the same subconference have a speech connection with each other. The following inherited call methods apply to the subconference as a whole, with the specified semantics: - setCallback; changes the callback interface reference. - release; releases the subconference, including all currently attached legs. When the last subconference in the conference is released, the conference is implicitly released as well. - deassignCall; de-assigns the subconference. No callbacks will be received by the application on this subconference, nor will the gateway accept any methods on this subconference or accept any methods using the subconference as a parameter (e.g., merge). When the subconference is the last subconference in the conference, the conference is deassigned as well. In general it is recommended to only use deassignCall for the complete conference. - getInfoReq; request information over the subconference. The subconference duration is defined as the time when the first party joined the subconference until when the last party leaves the subconference or the subconference is released. - setChargePlan; set the charge plan for the subconference. - superviseReq; supervise the duration of the subconference. It is recommended that this method is only used on the complete conference. - superviseVolumeReq; supervises and sets a granted data volume for the subconference. - getCallLegs; return all the call legs in the subconference. - createCallLeg; create a call leg. - createAndRouteCallLegReq; implicitly create a leg and route the leg to the specified destination. This interface shall be implemented by a Conference Call Control SCF. As a minimum requirement, either the moveCallLeg() method shall be implemented, or the splitSubConference() and mergeSubConference() methods shall be implemented. The minimum required methods from IpMultiPartyCall are also required.
| Method Summary | |
|---|---|
void |
appointSpeaker(int speakerCallLeg)
This method indicates which of the participants in the conference has the floor. |
void |
chairSelection(int chairCallLeg)
This method is used to indicate which participant in the conference is the chair. |
void |
changeConferencePolicy(TpConfPolicy conferencePolicy)
This method can be used to change the conference policy in an ongoing conference. |
IpSubConfCallConnection |
getIpSubConfCallConnection(TpSubConfCallIdentifier subConfCallIdentifier)
Obtains Access To a IpSubConfCallConnection interface |
void |
inspectVideo(int inspectedCallLeg)
This method can be used by the application to select which video should be sent to the party that is currently selected as the chair. |
void |
inspectVideoCancel()
This method cancels a previous inspectVideo. |
void |
mergeSubConference(int targetSubConferenceCall)
This method is used to merge two subconferences, i.e., move all our legs from this subconference to the other subconference followed by a release of this subconference. |
void |
moveCallLeg(int targetSubConferenceCall,
int callLeg)
This method moves one leg from this subconference to another subconference. |
TpSubConfCallIdentifier |
splitSubConference(int[] callLegList)
This method is used to create a new subconference and move some of the legs to it. |
| Methods inherited from interface org.mobicents.csapi.jr.slee.cc.mmccs.IpMultiMediaCallConnection |
|---|
superviseVolumeReq |
| Methods inherited from interface org.mobicents.csapi.jr.slee.cc.mpccs.IpMultiPartyCallConnection |
|---|
createAndRouteCallLegReq, createCallLeg, deassignCall, getCallLegs, getInfoReq, getIpCallLegConnection, release, setAdviceOfCharge, setChargePlan, superviseReq |
| Methods inherited from interface org.mobicents.csapi.jr.slee.IpServiceConnection |
|---|
closeConnection |
| Method Detail |
|---|
IpSubConfCallConnection getIpSubConfCallConnection(TpSubConfCallIdentifier subConfCallIdentifier)
throws javax.slee.resource.ResourceException
ResourceException - If it is not possible to create the connection
TpSubConfCallIdentifier splitSubConference(int[] callLegList)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
callLegList - Specifies the sessionIDs of the legs that will be moved to the new subconference.
TpCommonExceptions
javax.slee.resource.ResourceException
void mergeSubConference(int targetSubConferenceCall)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
targetSubConferenceCall - The session ID of target subconference with which the current subconference will be merged.
TpCommonExceptions
javax.slee.resource.ResourceException
void moveCallLeg(int targetSubConferenceCall,
int callLeg)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
targetSubConferenceCall - Specifies the sessionID of the target subconference.callLeg - Specifies the sessionID of the call leg to be moved.
TpCommonExceptions
javax.slee.resource.ResourceException
void inspectVideo(int inspectedCallLeg)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
inspectedCallLeg - Specifies the sessionID of call leg of the party whose video stream should be sent to the chair.
TpCommonExceptions
javax.slee.resource.ResourceException
void inspectVideoCancel()
throws TpCommonExceptions,
javax.slee.resource.ResourceException
TpCommonExceptions
javax.slee.resource.ResourceException
void appointSpeaker(int speakerCallLeg)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
speakerCallLeg - Specifies the sessionID of the call leg of the party whose video stream should be broadcast.
TpCommonExceptions
javax.slee.resource.ResourceException
void chairSelection(int chairCallLeg)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
chairCallLeg - Specifies the sessionID of the call leg of the party that will become the chair.
TpCommonExceptions
javax.slee.resource.ResourceException
void changeConferencePolicy(TpConfPolicy conferencePolicy)
throws TpCommonExceptions,
javax.slee.resource.ResourceException
conferencePolicy - New Conference Policy to be used in the subconference.
TpCommonExceptions
javax.slee.resource.ResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||