Voice Platform SDK 8.5 API Reference

TDNRole

Syntax



typedef enum {
	RoleUnknown,
	RoleOrigination,
	RoleDestination,
	RoleConferenceMember,
	RoleNewParty,
	RoleAddedBy,
	RoleDeletedBy,
	RoleTransferredBy,
	RoleDeletedParty,
	RoleConferencedBy,
	RoleObserver
} TDNRole;


Top of Page

Values

RoleUnknown —  The party in question has an unknown role for this call.

RoleOrigination —  The party in question has made this call.

RoleDestination —  The party in question has received this call.

RoleConferenceMember —  The party in question has been engaged in the conference call.

RoleNewParty —  The party in question has been added to the call.

RoleAddedBy —  The party in question has added a new member to the call.

RoleDeletedBy —  The party in question has deleted another party from the call.

RoleTransferredBy —  The party in question has transferred the call.

RoleDeletedParty —  The party in question has been deleted from the conference.

RoleConferencedBy —  The party in question has conferenced the call.

RoleObserver —  The party in question is participating in the call as Service Observer.


NOTE: The following values provide redundant information that is available from the event type: RoleConferenceMember, RoleNewParty, RoleAddedBy, RoleDeletedBy, RoleTransferredBy, RoleDeletedParty, and RoleConferencedBy.

Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.