Commit 695cbad3 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Make clientMessage.me a plain boolean.

parent fc4bac3f
...@@ -94,7 +94,7 @@ type clientMessage struct { ...@@ -94,7 +94,7 @@ type clientMessage struct {
Group string `json:"group,omitempty"` Group string `json:"group,omitempty"`
Value string `json:"value,omitempty"` Value string `json:"value,omitempty"`
Message string `json:"message,omitempty"` Message string `json:"message,omitempty"`
Me *bool `json:"me,omitempty"` Me bool `json:"me,omitempty"`
Offer *webrtc.SessionDescription `json:"offer,omitempty"` Offer *webrtc.SessionDescription `json:"offer,omitempty"`
Answer *webrtc.SessionDescription `json:"answer,omitempty"` Answer *webrtc.SessionDescription `json:"answer,omitempty"`
Candidate *webrtc.ICECandidateInit `json:"candidate,omitempty"` Candidate *webrtc.ICECandidateInit `json:"candidate,omitempty"`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment