Deprecated API
Contents
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionuse getPubkey insteaduse
NostrPrivateKey.fromBech32(String)insteaduseNostrPublicKey.fromBech32(String)insteadThis method does not disconnect relay transports by design to support shared relays. This is deprecated because the name was misleading useNostrPool.clean()to both unsubscribe and remove relays orNostrPool.removeAllRelays()to just remove relays without unsubscribing orNostrPool.unsubscribeAll()to just unsubscribe without removing relays.UseNostrPool.publish(SignedNostrEvent)instead.UseNostrRTCRoom.kick(NostrPublicKey)instead.UseNostrRTCRoom.disconnect(NostrRTCPeer)instead.use registerAttempt()use registerAttempt()