|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConferenceCall | |
|---|---|
| de.starface.integration.uci.java.v30.messages.events | This package contains the events that the UCI client implementation can receive from STARFACE. |
| de.starface.integration.uci.java.v30.messages.requests | This package contains the requests that the UCI client implementation can send to STARFACE. |
| de.starface.integration.uci.java.v30.ucp.messages.requests | This package contains the UCP server interfaces that define the UCI requests provided by the server. |
| Uses of ConferenceCall in de.starface.integration.uci.java.v30.messages.events |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.events with parameters of type ConferenceCall | |
|---|---|
void |
UciConferenceCallEvents.receiveConferenceCallState(ConferenceCall conferenceCallProperties)
The ReceiveConferenceCallState event provides a number of properties about the call the state is changing of. |
| Uses of ConferenceCall in de.starface.integration.uci.java.v30.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type ConferenceCall | |
|---|---|
List<ConferenceCall> |
UciConferenceCallRequests.getAllConferenceCallsInRoom(String roomId)
This request tells the UCI server to get all conference call ids. |
| Uses of ConferenceCall in de.starface.integration.uci.java.v30.ucp.messages.requests |
|---|
| Methods in de.starface.integration.uci.java.v30.ucp.messages.requests that return types with arguments of type ConferenceCall | |
|---|---|
List<ConferenceCall> |
UcpConferenceCallRequests.getAllConferenceCallsInRoom(String roomId)
This request tells the UCI server to get all conference call ids. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||