Broadcasts an EDU to all servers in rooms we are joined to. Used in the yggdrasil demos.
( ctx context.Context, request *PerformBroadcastEDURequest, response *PerformBroadcastEDUResponse, )
| 25 | |
| 26 | // Broadcasts an EDU to all servers in rooms we are joined to. Used in the yggdrasil demos. |
| 27 | PerformBroadcastEDU( |
| 28 | ctx context.Context, |
| 29 | request *PerformBroadcastEDURequest, |
| 30 | response *PerformBroadcastEDUResponse, |
no outgoing calls
no test coverage detected