Class

Peer ($UI/chat/base/js/im#peer)

使用范围:UI2

Contents

class Peer ($UI/chat/base/js/im#peer)

组织人员在dangchat-server中的唯一标识,通过组织人员的uid获取

	
		var peer = IM.getUserPeer(uid);
	

Constructor Top

  peer ()

Static Properties & Enumerations Top

int id

组织人员的uid

String type

peer的类型,user或group

Constructor details Top

public peer ()

组织人员在dangchat-server中的唯一标识,通过组织人员的uid获取

	
		var peer = IM.getUserPeer(uid);
	

Static Properties & Enumerations Detail Top

static public int id

组织人员的uid

static public String type

peer的类型,user或group