setLocalParticipantProperty method

void setLocalParticipantProperty(
  1. String propertyKey,
  2. String propertyValue
)

Implementation

void setLocalParticipantProperty(String propertyKey, String propertyValue) {
  _invokeMethod('setLocalParticipantProperty',
      {'propertyKey': propertyKey, 'propertyValue': propertyValue});
}