AddParticipantsCallsRequest

case class AddParticipantsCallsRequest(id: String, users: String)
Value parameters:
id

id returned by the calls.add method.

users

The list of users to add as participants in the Call. Read more on how to specify users here.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product