Skip to content

Commit

Permalink
ServerCallSoundParams public
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Mar 31, 2021
1 parent 424b61e commit 7ad96f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server_call_sound.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ func NewServerCallSound(jid JID, muted bool) (r ServerCallSound) {
// Mute/unmute call participant
type ServerCallSound struct {
BaseEvent
Params serverCallSoundParams `json:"params"`
Params ServerCallSoundParams `json:"params"`
}

func (p ServerCallSound) GetName() string { return "server.call.sound" }

type serverCallSoundParams struct {
type ServerCallSoundParams struct {
// Chat or contact id
Jid JID `json:"jid"`

Expand Down

0 comments on commit 7ad96f1

Please sign in to comment.