Skip to content

Commit

Permalink
Add displayName to VideoRoomSessionContract (#338)
Browse files Browse the repository at this point in the history
* add displayName

* Add displayName to VideoRoomSessionContract
  • Loading branch information
framini authored Oct 18, 2021
1 parent ccc0d35 commit bae6985
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-baboons-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@signalwire/core': minor
---

Add displayName to VideoRoomSessionContract
2 changes: 2 additions & 0 deletions packages/core/src/types/videoRoomSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export type InternalVideoRoomSessionEventNames =
export interface VideoRoomSessionContract {
/** Unique id for this room session */
id: string
/** Display name for this room. Defaults to the value of `name` */
displayName: string
/** Id of the room associated to this room session */
roomId: string
/** @internal */
Expand Down

0 comments on commit bae6985

Please sign in to comment.