join({properties})
Joins a meeting. The properties argument is optional, but the meeting url must be set here if it was not set in a createCallObject(). 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
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 aPromise<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.