Hi,

I am trying to use use the Wordpress plugin for OpenMeetings and I
have two questions regarding it use:

1. I am unable to see the 'OpenMeetings' Settings sections in
Wordpress like in the demo video posted at
http://code.google.com/p/openmeetings/wiki/WordpressIntegration
Therefore, I am not able to create new rooms etc like in the video. Is
this because something is missing from my plugin installation?

2. Although I have been able to use the exsisting Wordpress plugin to
connect to a pre-created room as it uses the
"setUserObjectAndGenerateRoomHash" function.

But I would really like to have a link on my website that forces the
user to enter in a nickname before entering the room. I understand
that is is exactly what "setUserAndNickName" is designed to do.

However when I use the following code instead of the one that is
default in '/openmeetings-integration-plugin-widget/widget.php' file
and commented here, it does not seem to return a hash code that can be
returned by th epugin as a URL.

Could you please let me know how I may be able to fix this. I have
tried looking in the forums but to no avail

Thank you,

Adi.

------------------------------------
$Res = $SoapUsers->setUserAndNickName(array(
                'SID' => $idSession,
                'username' => 'shuki',
                'firstname' => $firstname,
                'lastname'=> $lastname,
                'profilePictureUrl' => '',
                'email' => $email,
                'externalUserId' => '',
                'externalUserType' => '',
                'room_id' => $roomid,
                'becomeModeratorAsInt' => '0',
                'showAudioVideoTestAsInt' => '0',
                'howNickNameDialogAsInt' => '1'));
--------------------------------
/*
  $Res = $SoapUsers->setUserObjectAndGenerateRoomHash(array(
                'SID' => $idSession,
                'username' => 'shuki',
                'firstname' => $firstname,
                'lastname' => $lastname,
                'profilePictureUrl' => '',
                'email' => $email,
                'externalUserId' => '',
                'externalUserType' => '',
                'room_id' => $roomid,
                'becomeModeratorAsInt' => '0',
                'showAudioVideoTestAsInt' => '0'));

 */

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to