Skip to main content
join({properties}) Prebuilt Custom Joins a meeting. The properties argument is optional, but the meeting url must be set here if it was not set in a factory method. You can respond to a successful join either by awaiting the returned Promise or by listening for the joined-meeting event — the two are equivalent.

Parameters

properties
DailyCallOptions
Optional. Configuration for the meeting. The meeting url must be set here if it was not provided to a factory method. All other fields are optional. See the full properties reference for all available options.

Return value

Returns a Promise<DailyParticipants> that resolves with the local participant object once the join completes. This is the same value passed to the joined-meeting event. See participants() for the full shape of the returned object.

Example

See also