UserDisplayName returns the current user's display name.
()
| 20 | type EvaluationContext interface { |
| 21 | // UserDisplayName returns the current user's display name. |
| 22 | UserDisplayName() string |
| 23 | |
| 24 | // RoomMemberCount returns the number of members in the room of |
| 25 | // the current event. |
no outgoing calls
no test coverage detected