Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Obtains a list of all servers and viewers connected to the server this request is send to.

Request

command=getDivaList

Response

<result errorcode="0">
  <divas count="[number]">
    <diva>
      <divaid>[UID]</divaid>
      <name>[string]</name>
      <type>[string]</type>
      <options>[string]</options>
      <status>[string]</status>
      <address>[number]</address>
      <macaddress>[string]</macaddress>
    </diva>
    ...
  </divas>
 </result>

node

value

remarks

/result

@errorcode

[number]

See error codes below

/result/divas

@count

[number]

The number of servers and viewers.

/result/divas/diva

divaid

[UID]

The unique id

name

[string]

The name or description

type

[string]

Returns 'Diva server' or 'Diva client'.

options

[string]

Comma separated list of options for this servers or viewers, like CarR, FaceR, XML etc.

status

[string]

Status of the server. Usually empty

address

[ip-address] 

The ip address of the server

macaddress

[string]

The mac address of the server

error code

description

remarks

0

Ok

Ok, no error

Changelog

  • 2.6.1 – added macaddress

  • 2.3.1   – added name

  • 1.10.2 – added

  • No labels