Chairman

Transfer room ownership

Transfer room ownership to another participant.

POSThttp://127.0.0.1:8888/api/conference_rooms/{id}/participants/{participant_id}/chairman
Path parameters
id*all of

The unique ID of conference room.

participant_id*all of

The unique ID of conference room participant.

Response

OK

Request
const response = await fetch('http://127.0.0.1:8888/api/conference_rooms/{id}/participants/{participant_id}/chairman', {
    method: 'POST',
    headers: {},
});
const data = await response.json();