pjsua_buddy_get_user_data method
Get the user data associated with the budy object.
@param buddy_id The buddy identification.
@return The application data.
Implementation
ffi.Pointer<ffi.Void> pjsua_buddy_get_user_data(
int buddy_id,
) {
return _pjsua_buddy_get_user_data(
buddy_id,
);
}