pinUser()
pinUser(userId: string, tile = 'media' | 'screenshare')
Pins the tile of a concrete user. You can specify if you want to pin the media tile (video/audio) or screenshare tile of the user. If tile param is not specified, the default value is media.
Sample use cases:
Wanting to pin tile or screenshare of a concrete user
pinUser is often used in conjunction with the unpinUser method.
Last updated