Skip to content

Commit

Permalink
fix(server): stream state
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Jan 4, 2024
1 parent 7366741 commit 50620d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/model/room.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type Room struct {
type Stream struct {
Name string `json:"name"`
Token string `json:"-"`
State string `json:"state"`
Audio bool `json:"audio"`
Video bool `json:"video"`
Screen bool `json:"screen"`
Expand Down

0 comments on commit 50620d0

Please sign in to comment.