Prosody high level conferencing: API: sm_conference_delete

Prototype Definition

void sm_conference_delete(tSMConference conf)

Parameters

conf
A conference created with sm_conference_create().

Description

Removes all remaining participants from a conference and releases all resources which were being used by the conference. As soon as this function has been invoked, the conference becomes invalid and any further attempt to refer to it is an error.


This function is part of the Prosody high level conferencing API.