# Message

## Send Message

```typescript
public sendText(roomId: string, text: string): Promise<string>
```

Input params:

| Name   | Type   | Description     | Required |
| ------ | ------ | --------------- | -------- |
| roomId | string | room id         | true     |
| text   | string | message to send | true     |

Output params:

| Name    | Type   | Description | Required |
| ------- | ------ | ----------- | -------- |
| eventId | string | event id    | true     |
