100ms Logo

100ms

Docs

Search docs
/

HMSConfig

the config object tells the sdk options you want to join with

Link

https://docs.100ms.live/javascript/v2/features/preview

Link

https://docs.100ms.live/javascript/v2/features/join

Properties

alwaysRequestPermissions

Optional alwaysRequestPermissions: boolean

Request Camera/Mic permissions irrespective of role to avoid delay in getting device list


audioSinkElementId

Optional audioSinkElementId: string


authToken

authToken: string

client token which encodes room id and role to join with

Link

https://docs.100ms.live/javascript/v2/foundation/security-and-tokens


autoVideoSubscribe

Optional autoVideoSubscribe: boolean


captureNetworkQualityInPreview

Optional captureNetworkQualityInPreview: boolean

Enable to get a network quality score while in preview. The score ranges from -1 to 5. -1 when we are not able to connect to 100ms servers within an expected time limit 0 when there is a timeout/failure when measuring the quality 1-5 ranges from poor to good quality.


initEndpoint

Optional initEndpoint: string


metaData

Optional metaData: string

optional metadata which can be attached with a peer. This can also be changed mid call.

Link

https://docs.100ms.live/javascript/v2/advanced-features/peer-metadata


rememberDeviceSelection

Optional rememberDeviceSelection: boolean

highly recommended to pass this as true, this will make sdk use the local storage to remember any manual device selection for future joins.


settings

Optional settings: HMSConfigInitialSettings

initial settings for audio/video and device to be used. Please don't pass this field while joining if you're using preview, the state changes in preview will be remembered across to join.


userName

userName: string

the name of the peer, can be later accessed via peer.name and can also be changed mid call.

Link

https://docs.100ms.live/javascript/v2/features/peer-name