Call API Actions
- Create Call
- Create a call and return the media server address and call id.
- Create Invite
- Create an invite to a particular call and return an invite id.
- Join Call
- Get the media server / callId from an inviteId.
Contacts API Actions
- Is Friend
- Get the relation between two users.
Feed API Actions
Token API Actions
- Get Request Token
- Creates a request token tied to the creating partner.
- This can be exchanged on the TokBox site for an access token, which is then passed to API calls as authentication on user actions.
- Validate Access Token
- Ensures that the access token and the associated user are correlated by the TokBox system.
User API Actions
- Create Guest User
- Create a guest user on the TokBox jabber server to make/receive calls.
- Get User Profile
- Returns - User ID, Jabber ID, First Name, Last Name, Display Name, Username - about a user.
VMail API Actions
- Forward VMail
- Forward a video mail to either TokBox contacts or a list of e-mail contacts.
- Get VMail
- Return information about a video mail
- Send VMail
- Send a video mail to either TokBox contacts or a list of e-mail contacts.