v3_change_channel()
void v3_change_channel(uint16_t channel_id, char *password);
Arguments
| Type | Description |
| uint16_t channel_id | ID of the channel to join |
| char *password | The channel password. For no password, use NULL. |
void v3_change_channel(uint16_t channel_id, char *password);
| Type | Description |
| uint16_t channel_id | ID of the channel to join |
| char *password | The channel password. For no password, use NULL. |