Skip to content

Commit

Permalink
add role to CallOnliner
Browse files Browse the repository at this point in the history
  • Loading branch information
shoreward committed Nov 27, 2020
1 parent c2fc04b commit d566e10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions call_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ type CallOnliner struct {
// Contact name
DisplayName string `json:"display_name"`

// Contact role
Role string `json:"role"`

// Contact icon
Icon string `json:"icon"`

Expand Down

0 comments on commit d566e10

Please sign in to comment.