pub async fn create( options: MeetingOptions, identifiers: Vec<UserId>, initiator: UserId, data: Value, ) -> Result<MeetingId>
Create a new meeting point.