[ Version ( since = "0.15.2" ) ]
public async bool provide_password_async (string password) throws Error
Provide password
so that this can be joined.
This function must be called with the correct password in order for channel joining to proceed if the TpChannel:password-needed property is set.
Once the password has been provided, callback
will be called. You can then call
provide_password_async.end to get the result of the operation.
this |
a Channel |
password |
the password |
callback |
a callback to call when |
user_data |
data to pass to |