Uses of Class
org.exoplatform.webconferencing.InvitedIdentity
-
Packages that use InvitedIdentity Package Description org.exoplatform.webconferencing org.exoplatform.webconferencing.cometd -
-
Uses of InvitedIdentity in org.exoplatform.webconferencing
Method parameters in org.exoplatform.webconferencing with type arguments of type InvitedIdentity Modifier and Type Method Description protected voidWebConferencingService. txUpdateInvites(String callId, List<InvitedIdentity> identities)Tx update invites.CallInfoWebConferencingService. updateInvites(String callId, List<InvitedIdentity> identities)Update invites. -
Uses of InvitedIdentity in org.exoplatform.webconferencing.cometd
Methods in org.exoplatform.webconferencing.cometd that return types with arguments of type InvitedIdentity Modifier and Type Method Description protected List<InvitedIdentity>CometdWebConferencingService. invitedIdentitiesFromJson(Object obj)Invited identities list.
-