> For the complete documentation index, see [llms.txt](https://documentation.sceenic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.sceenic.co/watch-together-sdk/sscale-confluence-api-references/android-reference-new/participant/participanttype.md).

# ParticipantType

* ParticipantType can be change by the Session's function setLocalParticipantType(type: ParticipantType)

| Codes             | Remarks                                                                                                          |
| ----------------- | ---------------------------------------------------------------------------------------------------------------- |
| FULL\_PARTICIPANT | Publishes Audio and Video to the session and Subscribes to all other participants Audio and Video in the Session |
| VIEWER            | Subscribes to all other participants Audio and Video in the Session                                              |
| AV\_BROADCASTER   | Publishes Audio and Video to the Session                                                                         |
| A\_BROADCASTER    | Publishes only Audio to the Session                                                                              |
