callID property

String callID
final

The ID of the call. This ID is a unique identifier for the current call, so you need to ensure its uniqueness. It can be any valid string. Users who provide the same callID will be logged into the same room for the call.

Implementation

final String callID;