Share via


NM_CHANNEL_* Events

Values from the NM_CHANNEL_* enumeration identify events that occur as members join and leave a conference.

typedef enum tagNmChannelNotify{
  NM_CHANNEL_ADDED           = 0,
  NM_CHANNEL_REMOVED         = 1,
  NM_CHANNEL_UPDATED         = 2,
} NM_CHANNEL_NOTIFY;

Elements

  • NM_CHANNEL_ADDED
    A channel was added to the conference.
  • NM_CHANNEL_REMOVED
    A channel was removed from the conference.
  • NM_CHANNEL_UPDATED
    Information for a channel was updated.

See Also

INmConferenceNotify::ChannelChanged