You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > IgnoreChanGroup
Type
SwitchKit API message
Description
This message is used by the function sk_ignoreChanGroup() if an application calls for that function.
Sent by
Function sk_ignoreChanGroup
C Structure
typedef struct {
} SK_IgnoreChanGroup;
C++ Class
class SKC_IgnoreChanGroup : public SKC_AdminMessage {
public:
};