1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00
This commit is contained in:
Valere
2025-12-24 10:21:05 +01:00
parent d9117fc738
commit 8d3fdd0dc2

View File

@@ -462,7 +462,7 @@ export class MatrixRTCSession extends TypedEventEmitter<
*
* @param client A subset of the {@link MatrixClient} that lets the session interact with the Matrix room.
* @param roomSubset The room this session is attached to. A subset of a js-sdk Room that the session needs.
* @param The slot description is a virtual address where participants are allowed to meet.
* @param slotDescription The slot description is a virtual address where participants are allowed to meet.
* This session will only manage memberships that match this slot description.Sessions are distinct if any of
* those properties are distinct: `roomSubset.roomId`, `slotDescription.application`, `slotDescription.id`.
*/