You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > Conference Deleted 0x004D
SwitchKit Name
Type
EXS API and SwitchKit API message
Description
NOTE: If you are using the DSP Series 2 card, you will receive a Resource Delete Indication 0x0129 message to indicate a conference has been deleted.
This message is sent to the host after a conference on an MFDSP or DSP-ONE card is deleted (for example, all channels in the conference are released and the DSP resource is freed up).
Sent by
Excel platform
SwitchKit Code
C Structure
typedef struct {
unsigned short ConferenceID;
} XL_ConferenceDeleted;
C++ Class
class XLC_ConferenceDeleted : public XLC_InboundMessage {
public:
unsigned short getConferenceID() const;
void setConferenceID(unsigned short x);
};
Resent in EXS API
This message is resent once after five seconds.
EXS API Hex Format
MESSAGE (White) |
RESPONSE (Gray) |
||
Byte |
Field Description |
Byte |
Field Description |
0 |
Frame (0xFE) |
0 |
Frame (0xFE) |
1, 2 |
Length (0x0007) |
1, 2 |
Length (0x0005) |
3, 4 |
Message Type (0x004D) |
3, 4 |
Message Type (0x004D) |
5 |
Reserved (0x00) |
5 |
Reserved (0x00) |
6 |
Sequence Number |
6 |
Same Sequence Number |
7 |
Logical Node ID |
7 |
Logical Node ID |
8, 9 |
Conference ID |
8 |
Checksum |
10 |
Checksum |