Prosody high level conferencing: API: sm_conference_create

Prototype Definition

tSMConference sm_conference_create(void)

Description

Create and allocate resources for a new multi-party conference. Note sm_conference_delete() should be called to free the conference when it has been finished with.

Returns

Returns a conference structure, if successful, or zero if no new conference could be created. .


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