Browse Source

Do not send Status as null.

pull/100/head
Simon Eisenmann 12 years ago
parent
commit
f77e7b807a
  1. 2
      src/app/spreed-webrtc-server/channeling.go

2
src/app/spreed-webrtc-server/channeling.go

@ -73,7 +73,7 @@ type DataSession struct { @@ -73,7 +73,7 @@ type DataSession struct {
Version string `json:",omitempty"`
Rev uint64 `json:",omitempty"`
Prio int `json:",omitempty"`
Status interface{}
Status interface{} `json:",omitempty"`
stamp int64
}

Loading…
Cancel
Save