Class CreateBigBlueButtonVideoCallApiRequest
java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
com.github.jamesnetherton.zulip.client.api.server.request.CreateBigBlueButtonVideoCallApiRequest
- All Implemented Interfaces:
ExecutableApiRequest<String>
public class CreateBigBlueButtonVideoCallApiRequest
extends ZulipApiRequest
implements ExecutableApiRequest<String>
Zulip API request builder for creating a BigBlueButton video call.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateBigBlueButtonVideoCallApiRequest
(ZulipHttpClient client, String meetingName) Constructs aCreateBigBlueButtonVideoCallApiRequest
. -
Method Summary
Methods inherited from class com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
client, getParam, getParams, putParam, putParamAsJsonString, putParamAsWrappedObject
-
Field Details
-
MEETING_NAME
- See Also:
-
-
Constructor Details
-
CreateBigBlueButtonVideoCallApiRequest
Constructs aCreateBigBlueButtonVideoCallApiRequest
.- Parameters:
client
- The Zulip HTTP clientmeetingName
- Meeting name for the BigBlueButton video call
-
-
Method Details
-
execute
Executes the Zulip API request for creating a BigBlueButton video call.- Specified by:
execute
in interfaceExecutableApiRequest<String>
- Returns:
- The URL of the created BigBlueButton video call.
- Throws:
ZulipClientException
- if the request was not successful
-