Jump to: navigation, search

TSetOpType

Syntax

typedef enum {
	CreateCallInfo,
	SetCallInfo,
	DeleteCallInfo,
	AddParty,
	DeleteParty
} TSetOpType;

Values

  • CreateCallInfo — Request to create new call information.
  • SetCallInfo — Request to set call information.
  • DeleteCallInfo — Request to delete call information.
  • AddParty — Request to add a party to the existing call information.
  • DeleteParty — Request to delete a party from the existing call information.
This page was last edited on March 17, 2016, at 18:08.
Comments or questions about this documentation? Contact us for support!